home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet Info 1994 March
/
Internet Info CD-ROM (Walnut Creek) (March 1994).iso
/
networking
/
info-service
/
gopher
/
Unix
/
gateways
/
techinfo
/
techinpher
/
start-techinpher
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1993-03-01
|
336 b
|
14 lines
#!/bin/csh -f
cd /usr/local/techinfo/techinpher/admin
loop:
./techinpher -d -p 9001 >& out
set timestr = `date '+%h%d.%T.'`
mv -f core "core.$timestr"
mv -f out "out.$timestr"
/usr/ucb/mail -s "TechInpher gateway exited unexpectedly, core saved as core.$timestr" penninfo-gopher@dccs.upenn.edu < /dev/null
sleep 600
goto loop